treeview: Fix embedding cell renderers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2019 08:39:02 +0000 (03:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2019 08:39:02 +0000 (03:39 -0500)
commit9e3147f78d6588d67e1b8d8beb502b74b69a9357
tree64b77d20b1f235f4a7648dbe2f61117bbdc093e7
parentcc3ecac6d8a68c8caa3e62ebe68dfe48afb9489f
treeview: Fix embedding cell renderers

We need to manually set up the css node,
since the treeview has children whose css
node is not a direct child of the treeview
css node (header buttons).
gtk/gtktreeview.c